This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
depends what you mean by "portalizing" :-) ~Tanita Asaboosiski 18.Jan.04 09:01 PM a Web browser Applications Development 6.5Windows 2000
If you mean just showing your Domino apps in a pane in Bea, that shouldn't be a
problem. If you want authenticated access, you need some sort of Single Sign
On (SSO) tool and AFAIK, none exist for Weblogic. If you want to use Domino
JSP tags to surface Domino data....I've found lots of quirks w/ the Domino JSP
tags when getting my a href=http://www.keysolutions.com/JBoss>Domino/JBoss
SSO tool</a>] working. There are bugs in them. A lot of J2EE servers pool JSP
tag objects for better performance. Apparently, Websphere doesn't. The Domino
JSP tags don't properly reinitialize out of a pool. What this means is you'll
get flaky behavior like duplicate values in tags, etc.